﻿.footzg {
    overflow: hidden;
    font-size: 20px;
    color: #bcbcbc;
    text-align: center;
    width: 100%;
    padding: 22px 0;
    border-top: 19px solid #FE6C2D;
}

.footzg h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
}

.footzg h4 {
    font-family: "Arial";
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.footzg p {
    font-weight: bold;
    color: #2F2F2F;
    line-height: 35px;
}

.footzg a {
    color: #bcbcbc;
}

.footzg a:hover {
    color: #fff;
}
.footzg img{
    border: none;
    width: 20px;
    height: 20px;
    
}
@media only screen and (min-width:0px) and (max-width:850px)
{
    .footzg {
        border-top: .4rem solid #FE6C2D;
    }
    .footzg p {
        font-size: .45rem;
        line-height: .7rem;
    }
}